public class SOAnimationColourEffectCommand extends SOAnimationRunningCommand
Modifier and Type | Field and Description |
---|---|
int |
effect |
bouncing, delay, duration, reversed, turns
layer
Constructor and Description |
---|
SOAnimationColourEffectCommand(int layer,
int turns,
boolean reversed,
boolean bouncing,
float delay,
float duration,
int effect) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public SOAnimationColourEffectCommand(int layer, int turns, boolean reversed, boolean bouncing, float delay, float duration, int effect)
public java.lang.String toString()
toString
in class SOAnimationRunningCommand